Visual Basic (Declaration) | |
---|---|
Public Overloads Sub LengthsAsync( _ ByVal graphics As IList(Of Graphic), _ ByVal userToken As Object _ ) |
C# | |
---|---|
public void LengthsAsync( IList<Graphic> graphics, object userToken ) |
Parameters
- graphics
- The graphics used to calculate lengths.
- userToken
- A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Target Platforms:Windows Phone 7